home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
223_01
/
grabuf.c
< prev
next >
Wrap
Text File
|
1980-01-01
|
384b
|
16 lines
/*
** grabufc.c by fas 8/30/84
*/
#include <stdio.h>
static int buf;
grabuf() {
if((buf = grabio) != NULL) return(buf+42);
return(NULL);
}